css z-index

71

#div1
{
    z-index: 1;
}
 
#div2{
    z-index: 10;
}

Comments

Submit
0 Comments